<Code Lib>
M

Toposolid.Create(Document, IList<XYZ>, ElementId, ElementId)

Description:
Creates a new instance of toposolid within the project.
Overloads (3):

public static Toposolid Create(
	Document document,
	IList<XYZ> points,
	ElementId topoTypeId,
	ElementId levelId
)

Return Value Toposolid A new toposolid object within the project if successful.

Loading…